home *** CD-ROM | disk | FTP | other *** search
- #
- # This is a UNIX installation script. Amiga users should refer to the file
- # notes_on_amiga_port for more information.
- set SBP_HOME = $cwd
- chdir $SBP_HOME/sim/builtin
- echo 'Making builtins ...'
- make
- echo 'Done\!'
- chdir $SBP_HOME/sim
- echo 'Making simulator ...'
- make
- echo 'Done\!'
- chdir $SBP_HOME
-